xfi:is-numeric

xs:boolean=xfi:is-numeric( $concept as xs:QName)

Last updated on 18-06-2010 at 00:00:00.

Returns true if the concept has a numeric data type, as defined in the XBRL specification and false otherwise.

XBRL 2.1 Section 5.1.1.3

OIM Status

Supported

Parameters

Name Type Details
concept xs:QName The QName of the concept being tested.

Output

Type: xs:boolean

Returns true if the concept has a numeric data type, as defined in the XBRL specification and false otherwise.

Note that this function returns true for concepts with a data type that is the xbrli:fractionItemType or that is derived from that data type.

Note also that this function returns false for concepts that are tuples.

Conformance suite

80151 xfi.is-numeric testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 08-02-2008 at 18:49:00
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 18-06-2010 at 00:00:00

Revisions

Name On Details
Geoff Shuetrim 08-02-2008 at 18:55:00 Defined the function.
Herm Fischer 18-06-2010 at 18:55:00 Removed documentation note, regarding signature, which was in error, given REC status of function.
Herm Fischer 09-11-2010 at 09:00:00 Fixed typo in summary as noted by Mark Goodhand.